Return to doc.sitecore.com

Valid for Sitecore 5.2, 5.1.1
  Mapping Data Source IDs to GUIDs
Prev Next

Sitecore uses GUIDs to uniquely reference items. Items served by external data sources must also be referenced in Sitecore via a unique GUID. On the other hand, items in external data sources have most likely been assigned a unique identifier by the external data source. The data provider must use this identifier to locate the item in the external data source. In order to resolve this issue, the data provider developer must create a mechanism to map between the externally defined identifier and the Sitecore GUIDs. There are several ways to do this.


Prev Next